home *** CD-ROM | disk | FTP | other *** search
/ Robotics & Artificial Int…3 (Professional Edition) / Robotics & Artificial Intelligence Tools 2003 (Professional Edition).iso / neural network tool and application / nsinstall.exe / data1.cab / Demos_Files / Unsupervised_Learning / Competitive learning.nsm < prev    next >
Encoding:
Text File  |  2002-03-08  |  702 b   |  20 lines

  1. subtitleTextBox. setText ("")
  2. mainTextBox. setText ("")
  3.  
  4. activeBreadboard. deleteObject ( "linearScheduler" )
  5.  
  6. activeBreadboard. replaceWith ( "unsupervisedSynapse" , "StandardFull" )
  7.  
  8. activeInputProbe. setBroadcast ( TRUE )
  9. activeInputProbe. setDotSize ( 4 )
  10. activeInputProbe. setBroadcast ( FALSE )
  11. activeInputProbe. setActiveChannel ( 1 )
  12. activeInputProbe. setDotSize ( 1 )
  13.  
  14. activeBreadboard. select ( NULL , FALSE )
  15.  
  16. NextMacroPath = macro. pathFromMacro ( "Non-symmetric data clusters.nsm" )
  17. nextButton. setMacroPath ( NextMacroPath )
  18. SubtitleIndex = subtitleTextBox. setTextFromFile (TextBoxPath, SubtitleIndex)
  19. MainIndex = mainTextBox. setTextFromFile (TextBoxPath, MainIndex)
  20.